Answer Set Programming as the Basis for a Homeland Security QAS
نویسندگان
چکیده
In this paper we discuss the applicability of the knowledge representation and reasoning language AnsProlog (Answer Set Programming) for the design and implementation of a query answering system (QAS) for homeland security. We discuss our work to date on using AnsProlog to axiomatize the travel domain. We illustrate how it can be used to represent defaults, causal relations, and other types of commonsense knowledge needed to properly answer non-trivial questions about this domain. Introduction and Motivation Analysts dealing with potential or actual homeland security threats have to analyze rapidly large quantities of information from a variety of sources to answer particular questions of relevance to the task at hand. Given such a scenario, we propose the use of AI technologies to: • augment the ability of human analysts to objectively analyze large quantities of complex, oftentimes ambiguous or contradictory data while simultaneously reducing the impact of their personal biases. • to facilitate information/knowledge sharing and semantic understanding while avoiding cognitive overload. The 9/11 Commission Report(National Commission on Terrorist Attacks Upon the United States 2004) details the extensive travels of the terrorists when preparing for their attacks. Meetings were arranged in locations such as Hamburg, Madrid, and Phoenix. We can retrospectively imagine an analyst querying this data to determine who has met with whom at which times. And when the information was added that that Khalid Sheikh Mohammed’s nickname was Mukhtar (p. 277), the two individuals could then be identified revealing immediately new connections to the analyst. We envision a query answering system (QAS) consisting of a search engine which searches diverse sources for information relevant to the given query, Q; a natural language processing module (NLPM), which translates this information (including the query) into a theory, F , of some knowledge representation language L; a general knowledge base, KB, containing common-sense and expert knowledge about Copyright c © 2005, American Association for Artificial Intelligence (www.aaai.org). All rights reserved. various domains; and an inference engine which takes F and KB as an input and returns an answer to Q. Even though the choice of the KR language L is irrelevant for the first component of the system it plays an increasingly important role in the design of its other components. In this paper we hypothesize that AnsProlog a language of logic programs under the answer set semantics (Gelfond & Lifschitz 1988; 1991) is a good candidate for the KR language of QAS. This is especially true if answering a query Q requires sophisticated kinds of reasoning including default, causal, and counterfactual reasoning, reasoning about narratives, etc. The list of attractive properties of AnsProlog include its simplicity and expressive power, ability to reason with incomplete information, existence of a well developed mathematical theory and programming methodology (Baral 2003), and the availability of rather efficient reasoning systems such as SMODELS(Niemela & Simons 1997). AnsProlog allows its users to encode defaults, causal relations, inheritance hierarchies, and other types of knowledge not readily available in other KR languages. In addition it supports construction of elaboration tolerant knowledge bases, i.e., ability to accommodate new knowledge without doing large scale surgery. The main drawback of the language is the inability of its current inference engines to effectively deal with numbers and numerical computations. Representing general knowledge As an example of our approach, we have already built a commonsense theory of travel in AnsProlog. A basic object in the theory is a trip. Trips have origins, destinations, and intermediate stops. A trip can have many participants and may make use of vehicles of different types. The preconditions of a participant jointing a particular trip include the possession of appropriate documents such as tickets, visas, and passports. Central to the theory are the causal laws that specify the effects of traveling events on the locations of persons and objects. We are mainly interested in locations of people and in various traveling events which change these locations. Construction of the theory is based on the theory of dynamic systems which views the world as a transition diagram whose states are labeled by fluents (propositions whose values depend on time) and arcs are labeled by actions. For instance, states of the diagram, D, can contain locations of different people; a transition 〈σ0, {a1, a2}, σ1〉 ∈ D iff σ1 is a possible state of the domain after the concurrent execution of actions a1 and a2 in σ0. There is a well developed methodology of representing dynamic domain in AnsProlog (Baral & Gelfond 2000; Turner 1997) which has been used in a somewhat simplified form.n This theory also interacts with other modules. One module contains geographical information about cities, countries, regions of the world and the relationship between them. This module provides information about which cities are in which countries and which countries are in which regions of the world. We assume that the theory is complete so that negative information can be concluded via the closed world assumption. Additionally, a theory of calendrical and temporal information is also needed. This module contains axioms about days, months, years, seasons and their relationships. Using these theories we can translate various scenarios into our AnsProlog notation and answer queries. Consider the following scenario and query: John took the plane from Paris to Baghdad. On the way the plane stopped in Rome. Where is John? The scenario is translated as follows: h(at(john, paris),0). o(go_on(john,f(paris,baghdad)),0). mode_of_transp(f(paris,baghdad),air). o(stop(f(paris,baghdad),rome),2). Here a particular trip from paris to baghdad is named f(paris,baghdad). The predicate h is used to indicate the truth of a particular fluent at a particular time point and o is used to indicate the occurrence of an action. The query is: h(at(john,baghdad),n). Here n is used to represent a later point in time. The translation of the scenario and query into AnsProlog correctly yields the answer “yes” when combined with our commonsense theory of travel, since trips (along with their participants) generally by default continue to their destination as indicated by the following default. o(stop(F,D),T) :h(at(F,en_route),T),
منابع مشابه
Optimizing question answering systems by Accelerated Particle Swarm Optimization (APSO)
One of the most important research areas in natural language processing is Question Answering Systems (QASs). Existing search engines, with Google at the top, have many remarkable capabilities. But there is a basic limitation (search engines do not have deduction capability), a capability which a QAS is expected to have. In this perspective, a search engine may be viewed as a semi-mechanized QA...
متن کاملHomeland Security Simulation Domain – A Needs Analysis Overview
The effective use of modeling, simulation, and analysis (MSA) applications could greatly enhance our nation’s ability to achieve homeland security goals. The development of MSA applications has been conducted largely on an ad hoc and piecemeal basis. There is very little, if any, coordination of MSA development activities across government agencies, the research community, the commercial softwa...
متن کاملData Extraction , Transformation and Integration Guided by an Ontology
One way to make query answering system (QAS) intelligent is to assume a hierarchical structure of its attributes. Such systems have been investigated by Cuppens & Demolombe (1988), Gal & Minker (1988), and Gaasterland et al. (1992), and they are called cooperative. Any attribute value listed in a query, submitted to cooperative QAS, is seen as a node of the tree representing that attribute. If ...
متن کاملA Survey of Text Question Answering Techniques
Question Answering (QA) is a specific type of information retrieval. Given a set of documents, a Question Answering system attempts to find out the correct answer to the question pose in natural language. Question answering is multidisciplinary. It involves information technology, artificial intelligence, natural language processing, knowledge and database management and cognitive science. From...
متن کاملI Intelligent Query Answering
One way to make query answering system (QAS) intelligent is to assume a hierarchical structure of its attributes. Such systems have been investigated by Cuppens & Demolombe (1988), Gal & Minker (1988), and Gaasterland et al. (1992), and they are called cooperative. Any attribute value listed in a query, submitted to cooperative QAS, is seen as a node of the tree representing that attribute. If ...
متن کامل